FlowStart
Represents the starting step of a workflow, including options for immediate start and notification settings.
Properties
Name | Description |
---|---|
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
HideApporoverInHistory | Determines whether the approver should be hidden in the workflow history. |
AutoOpenApprovalOption | Indicates if the approval options should automatically open for this step. |
GeolocationOptions | Geolocation options for the step. |
StartImmediately | Determines if the workflow should start immediately without delays. |
TypeCode | The type code associated with the flow object. |
WebNotificationOptions | Settings for web notifications related to this step. |
Name | Name for the workflow step. |
Documents | A list of documents associated with the step. |
Events | A read-only list of events related to the step. |
ShowInFlowHistory | Specifies if the step should appear in the workflow history. |
Caption | The caption dictionary representing localized captions for the flow object. |
Constructors
Name | Description |
---|---|
FlowStart(name,workflowData,workflowCodeInstance) | Initializes a new instance of the FlowStart class with a name, workflow data, and workflow code instance. |
FlowStart(name, workflowData, workflowCodeInstance) | Constructor for the FlowStart class. Initializes a new instance of the FlowStart class. |
Methods
Name | Description |
---|---|
Initialize() | Initializes the start step with default settings. |
SendStartWebNotification(userInfo,requestItem) | Sends a web notification for the workflow start step. |
Events
Name | Description |
---|---|
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |